| 2007-11-26 |
Keir Fraser | x86_emulate: Emulate LDS/LES/LFS/LGS/LSS. |
commit | commitdiff | tree | snapshot |
| 2007-11-25 |
Keir Fraser | vmx realmode: Detect and correctly plumb mmio accesses... |
commit | commitdiff | tree | snapshot |
| 2007-11-25 |
Keir Fraser | x86_emulate: Emulate CMPS and SCAS string-compare instr... |
commit | commitdiff | tree | snapshot |
| 2007-11-25 |
Keir Fraser | x86_emulate: Emulate IRET. |
commit | commitdiff | tree | snapshot |
| 2007-11-25 |
Keir Fraser | x86_emulate: Decode and emulate PUSHF/POPF. |
commit | commitdiff | tree | snapshot |
| 2007-11-25 |
Keir Fraser | x86_emulate: Allow emulated injection of exceptions... |
commit | commitdiff | tree | snapshot |
| 2007-11-25 |
Keir Fraser | x86_emulate: Emulate far call/jmp. This completes emula... |
commit | commitdiff | tree | snapshot |
| 2007-11-25 |
Keir Fraser | vmx realmode: Support privileged EFLAGS updates in... |
commit | commitdiff | tree | snapshot |
| 2007-11-25 |
Keir Fraser | vmx realmode: Plumb through I/O port accesses in emulat... |
commit | commitdiff | tree | snapshot |
| 2007-11-25 |
Keir Fraser | vt-d: Fix iommu_map_page(). |
commit | commitdiff | tree | snapshot |
| 2007-11-24 |
Keir Fraser | Remove unused bcopy() implementation. |
commit | commitdiff | tree | snapshot |
| 2007-11-24 |
Keir Fraser | Revert 16450:5e8e82e80. Instead remove all arch-specifi... |
commit | commitdiff | tree | snapshot |
| 2007-11-24 |
Keir Fraser | vmx: Initial framework for real-mode emulation (disable... |
commit | commitdiff | tree | snapshot |
| 2007-11-24 |
Keir Fraser | x86_emulate: Support most common segment load/save... |
commit | commitdiff | tree | snapshot |
| 2007-11-24 |
Keir Fraser | x86: Fix read/write control-register in x86_emulate(). |
commit | commitdiff | tree | snapshot |
| 2007-11-24 |
Keir Fraser | vt-d: Some fixes of Intel iommu |
commit | commitdiff | tree | snapshot |
| 2007-11-24 |
Keir Fraser | [ACM] Remove aggregate set calculations for Domain-0 |
commit | commitdiff | tree | snapshot |
| 2007-11-24 |
Keir Fraser | Fix non-optimized compilation of Xen's memcmp |
commit | commitdiff | tree | snapshot |
| 2007-11-24 |
Keir Fraser | [Mini-OS] Fix domain blocking race |
commit | commitdiff | tree | snapshot |
| 2007-11-24 |
Keir Fraser | [Mini-OS] Permit x86_64 trap handlers to return |
commit | commitdiff | tree | snapshot |
| 2007-11-24 |
Keir Fraser | [Mini-OS] Make sure schedule() is called safely |
commit | commitdiff | tree | snapshot |
| 2007-11-24 |
Keir Fraser | [Mini-OS] Fix netfront xmit overflow |
commit | commitdiff | tree | snapshot |
| 2007-11-24 |
Keir Fraser | [Mini-OS] Fix net backend path leak |
commit | commitdiff | tree | snapshot |
| 2007-11-24 |
Keir Fraser | [Mini-OS] Make wake_up callback-safe |
commit | commitdiff | tree | snapshot |
| 2007-11-24 |
Keir Fraser | [Mini-OS] Fix init_waitqueue_entry |
commit | commitdiff | tree | snapshot |
| 2007-11-24 |
Keir Fraser | [Mini-OS] Add init_SEMAPHORE |
commit | commitdiff | tree | snapshot |
| 2007-11-24 |
Keir Fraser | [Mini-OS] Make semaphores callback-safe |
commit | commitdiff | tree | snapshot |
| 2007-11-24 |
Keir Fraser | x86, hvm: Config option to allow vmxassist to be disabled. |
commit | commitdiff | tree | snapshot |
| 2007-11-23 |
Keir Fraser | [Mini-OS] Add strrchr() |
commit | commitdiff | tree | snapshot |
| 2007-11-23 |
Keir Fraser | [Mini-OS] Add ENOTSUP |
commit | commitdiff | tree | snapshot |
| 2007-11-23 |
Keir Fraser | [Mini-OS] Move _ctype into a module |
commit | commitdiff | tree | snapshot |
| 2007-11-23 |
Keir Fraser | vt-d: Fix ISA IRQ alias issue |
commit | commitdiff | tree | snapshot |
| 2007-11-23 |
Keir Fraser | [Mini-OS] Make bind_virq return the port |
commit | commitdiff | tree | snapshot |
| 2007-11-23 |
Keir Fraser | [Mini-OS] Fix x86 arch_switch_thread |
commit | commitdiff | tree | snapshot |
| 2007-11-23 |
Keir Fraser | [Mini-OS] Optimize get_current() |
commit | commitdiff | tree | snapshot |
| 2007-11-23 |
Keir Fraser | [Mini-OS] Fix stack closures |
commit | commitdiff | tree | snapshot |
| 2007-11-23 |
Keir Fraser | [Mini-OS] Fix x86 initial stack alignment |
commit | commitdiff | tree | snapshot |
| 2007-11-23 |
Keir Fraser | xend: Add support for NetBSD. |
commit | commitdiff | tree | snapshot |
| 2007-11-22 |
Keir Fraser | hvm: Clean up VMCS/VMCB construction. |
commit | commitdiff | tree | snapshot |
| 2007-11-22 |
Keir Fraser | x86: emulate I/O port access breakpoints |
commit | commitdiff | tree | snapshot |
| 2007-11-22 |
Keir Fraser | x86: single step after instruction emulation |
commit | commitdiff | tree | snapshot |
| 2007-11-22 |
Keir Fraser | acm: Fix an exit label. |
commit | commitdiff | tree | snapshot |
| 2007-11-22 |
Keir Fraser | netfront/back: Specify interface allowing multicast... |
commit | commitdiff | tree | snapshot |
| 2007-11-22 |
Keir Fraser | [SVM] handle MC threshold registers for Barcelona |
commit | commitdiff | tree | snapshot |
| 2007-11-22 |
Keir Fraser | x86: make set_task_gate() x86-32-only since x86-64... |
commit | commitdiff | tree | snapshot |
| 2007-11-22 |
Keir Fraser | x86-64: access only 4 bytes a the reset vector location... |
commit | commitdiff | tree | snapshot |
| 2007-11-22 |
Keir Fraser | Header dependency fix. |
commit | commitdiff | tree | snapshot |
| 2007-11-22 |
Keir Fraser | Merge with ia64 tree. |
commit | commitdiff | tree | snapshot |
| 2007-11-22 |
Keir Fraser | libxc: Minor clean up of xc_core, and fix for -fstrict... |
commit | commitdiff | tree | snapshot |
| 2007-11-22 |
Keir Fraser | hvm: Clean up CPUID 0x80000001 emulation. Filter out... |
commit | commitdiff | tree | snapshot |
| 2007-11-21 |
Alex Williamson | merge with xen-unstable.hg (staging) |
commit | commitdiff | tree | snapshot |
| 2007-11-21 |
Keir Fraser | x86: rmb() can be weakened according to new Intel spec. |
commit | commitdiff | tree | snapshot |
| 2007-11-21 |
Keir Fraser | x86: Re-factor and clean up system.h. |
commit | commitdiff | tree | snapshot |
| 2007-11-21 |
Keir Fraser | i386: Remove unnecessary, and broken, address check... |
commit | commitdiff | tree | snapshot |
| 2007-11-21 |
Keir Fraser | i386: adjustment to segment fixup code. |
commit | commitdiff | tree | snapshot |
| 2007-11-21 |
Keir Fraser | x86: Make IDT/GDT/LDT updates safe. |
commit | commitdiff | tree | snapshot |
| 2007-11-21 |
Keir Fraser | ioemu: Add e100 NIC support. Req'd for w2k3/IA64. |
commit | commitdiff | tree | snapshot |
| 2007-11-21 |
Keir Fraser | hvm: Do not crash guest if it does an unaligned access... |
commit | commitdiff | tree | snapshot |
| 2007-11-21 |
Keir Fraser | Remove unused smpboot.h header file. |
commit | commitdiff | tree | snapshot |
| 2007-11-20 |
Alex Williamson | merge with xen-unstable.hg (staging) |
commit | commitdiff | tree | snapshot |
| 2007-11-20 |
Keir Fraser | xen: Allow granting of foreign access to iomem pages... |
commit | commitdiff | tree | snapshot |
| 2007-11-20 |
Alex Williamson | [IA64] vti save-restore: save.h clean up |
commit | commitdiff | tree | snapshot |
| 2007-11-20 |
Alex Williamson | [IA64] vti save-restore: save/restore opt_feature status |
commit | commitdiff | tree | snapshot |
| 2007-11-20 |
Alex Williamson | [IA64] vti save-restore: preparation opt_feature support |
commit | commitdiff | tree | snapshot |
| 2007-11-20 |
Alex Williamson | [IA64] vti save-restore: fix opt_feature hypercall |
commit | commitdiff | tree | snapshot |
| 2007-11-20 |
Alex Williamson | [IA64] vti save-restore: fix vacpi_save() |
commit | commitdiff | tree | snapshot |
| 2007-11-20 |
Keir Fraser | x86, 32-on-64: Improve checking in vcpu_destroy_pagetab... |
commit | commitdiff | tree | snapshot |
| 2007-11-20 |
Keir Fraser | xenapi: Extension to get vif total i/o stats. |
commit | commitdiff | tree | snapshot |
| 2007-11-20 |
Keir Fraser | ACM: Test sharing as part of the authorization check. |
commit | commitdiff | tree | snapshot |
| 2007-11-20 |
Keir Fraser | svm: Fix __update_guest_eip() to clear interrupt shadow. |
commit | commitdiff | tree | snapshot |
| 2007-11-20 |
Keir Fraser | xen: Domain0 builder should set start_info magic string to |
commit | commitdiff | tree | snapshot |
| 2007-11-17 |
Keir Fraser | x86: Move log-dirty-mode assertion to correct place. |
commit | commitdiff | tree | snapshot |
| 2007-11-16 |
Keir Fraser | Log dirty radix tree code cleanup. Also do not deferenc... |
commit | commitdiff | tree | snapshot |
| 2007-11-16 |
Keir Fraser | hvm: RTC emulation - RTC_UIE/RTC_SET fix |
commit | commitdiff | tree | snapshot |
| 2007-11-16 |
Keir Fraser | hvm: make dirty logging stop requiring physical pages... |
commit | commitdiff | tree | snapshot |
| 2007-11-16 |
Keir Fraser | x86: Clean up some files of inline asm, and fix |
commit | commitdiff | tree | snapshot |
| 2007-11-16 |
Keir Fraser | hvm passthru: Uses of XC_PAGE_MASK should be XC_PAGE_SI... |
commit | commitdiff | tree | snapshot |
| 2007-11-16 |
Keir Fraser | xentrace: make xentrace and xenmon work on Solaris... |
commit | commitdiff | tree | snapshot |
| 2007-11-16 |
Keir Fraser | xentrace: Fix TypeError handling of xentrace_format. |
commit | commitdiff | tree | snapshot |
| 2007-11-16 |
Keir Fraser | qemu: more verbose on failures. |
commit | commitdiff | tree | snapshot |
| 2007-11-16 |
Keir Fraser | vt-d: Clean up VT-d code |
commit | commitdiff | tree | snapshot |
| 2007-11-16 |
Keir Fraser | pvfb: PVFB SDL backend chokes on bogus screen updates |
commit | commitdiff | tree | snapshot |
| 2007-11-16 |
Keir Fraser | xend: host.get_log() close fd |
commit | commitdiff | tree | snapshot |
| 2007-11-16 |
Keir Fraser | vmx: wbinvd optimization for pass-through domain. |
commit | commitdiff | tree | snapshot |
| 2007-11-16 |
Keir Fraser | x86, hvm: Small code cleanups. |
commit | commitdiff | tree | snapshot |
| 2007-11-16 |
Keir Fraser | xend, xenapi: Strip characters from logs that XMLRPC... |
commit | commitdiff | tree | snapshot |
| 2007-11-16 |
Keir Fraser | x86, hvm: Allow stdvga acceleration to work with 32... |
commit | commitdiff | tree | snapshot |
| 2007-11-15 |
Keir Fraser | xend: readDomTxn() and friends use dompath, not vmpath. |
commit | commitdiff | tree | snapshot |
| 2007-11-13 |
Keir Fraser | Fix header dependencies list, broken by c/s 16133. |
commit | commitdiff | tree | snapshot |
| 2007-11-13 |
Keir Fraser | x86: Do not read/write EFER MSR if it doesn't exist. |
commit | commitdiff | tree | snapshot |
| 2007-11-13 |
Keir Fraser | Fix non-portable grep usage. Solaris doesn't have ... |
commit | commitdiff | tree | snapshot |
| 2007-11-13 |
Keir Fraser | x86: GDT reserved page should be a full page. |
commit | commitdiff | tree | snapshot |
| 2007-11-13 |
Keir Fraser | vmx: Restore correct host SYSENTER parameters on vmexit. |
commit | commitdiff | tree | snapshot |
| 2007-11-13 |
Keir Fraser | vmx: Set HOST_FS and HOST_GS to unusable on vmexit. |
commit | commitdiff | tree | snapshot |
| 2007-11-13 |
Keir Fraser | tools: Avoid -nostdlib argument to $(LD). |
commit | commitdiff | tree | snapshot |
| 2007-11-13 |
Keir Fraser | Revert 16067:9f9f9b68cd08a03fc8cfad9f5ab702e50b6b6463. |
commit | commitdiff | tree | snapshot |
| 2007-11-11 |
Keir Fraser | libxc: Consistently print errno on write() error in... |
commit | commitdiff | tree | snapshot |
| 2007-11-11 |
Keir Fraser | libxc: Consolidate read()/write() syscall wrappers... |
commit | commitdiff | tree | snapshot |
| 2007-11-10 |
Keir Fraser | solaris, xend: Fix FMRI for Solaris SMF. |
commit | commitdiff | tree | snapshot |
| 2007-11-10 |
Keir Fraser | xend: Fix appending policy module to end of grub's... |
commit | commitdiff | tree | snapshot |
| next |